@charset "UTF-8";
@keyframes adcartoon01 {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
  50% {
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px); }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); } }
@-webkit-keyframes adcartoon01 {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
  50% {
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px); }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); } }
@keyframes comnav {
  0% {
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-opacity: 0; }
  100% {
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-opacity: 1; } }
@-webkit-keyframes comnav {
  0% {
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-opacity: 0; }
  100% {
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-opacity: 1; } }
body {
  margin: 0px;
  padding: 0px;
  color: #666;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  position: relative;
  line-height: 20px;
  background: #fff;
  min-width: 1200px;
  overflow-x: hidden; }

a {
  color: #666;
  text-decoration: none;
  position: relative;
  cursor: pointer; }
  a:hover {
    color: #c8a063; }

input {
  font-family: "微软雅黑";
  font-size: 14px; }

.white, a.white {
  color: #fff; }

.fc, a.fc {
  color: #c8a063; }

.fcbg, input.fcbg {
  background: #f5f5f5; }

.whitebg, input.whitebg {
  background: #fff; }

.eeebg, input.eeebg {
  background: #eee; }

.main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.textover {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.tophead {
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: #f3efe9;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  z-index: 50;
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto; }
  .tophead .main {
    width: 100%; }
  .tophead span {
    float: left;
    padding-left: 80px; }
  .tophead p {
    float: right;
    padding-left: 17px;
    background: url("../images/phone.png") no-repeat left center; }

.comhead {
  z-index: 50;
  height: 90px;
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 41px;
  right: auto;
  bottom: auto; }
  .comhead .logo {
    float: left;
    height: 90px;
    width: 230px;
    background: url("../images/logo.png") no-repeat left center;
    left: 80px; }
  .comhead .search {
    float: right;
    width: 40px;
    height: 40px;
    margin: 22px 30px 0 10px;
    z-index: 15; }
    .comhead .search section {
      position: absolute;
      right: 0;
      top: 0;
      height: 40px;
      width: 40px;
      overflow: hidden;
      border: 1px solid #ddd;
      background: #fff;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s; }
      .comhead .search section .sub {
        width: 40px;
        height: 40px;
        background: url("../images/search.png") no-repeat center center;
        position: absolute;
        right: 0;
        top: 0; }
      .comhead .search section .text {
        position: absolute;
        right: 50px;
        top: 0;
        line-height: 40px;
        height: 40px;
        width: 190px; }
    .comhead .search:hover section {
      width: 250px; }
  .comhead nav {
    float: right;
    margin-right: 40px;
    height: 90px;
    z-index: 10; }
    .comhead nav i {
      position: absolute;
      left: 0;
      bottom: 0;
      transition: all 0.4s ease-in-out 0s;
      -webkit-transition: all 0.4s ease-in-out 0s;
      width: 30px;
      height: 4px;
      background: #c8a063; }
    .comhead nav li {
      float: left;
      padding: 0 20px;
      z-index: 5; }
      .comhead nav li .a1 {
        display: block;
        line-height: 90px;
        font-size: 15px;
        transition: all 0.2s ease-in-out 0.01s;
        -webkit-transition: all 0.2s ease-in-out 0.01s; }
      .comhead nav li menu {
        position: absolute;
        top: 90px;
        left: 50%;
        width: 1200px;
        height: 70px;
        text-align: center;
        display: none;
        overflow: hidden;
        line-height: 70px;
        margin-left: -600px; }
        .comhead nav li menu a {
          line-height: 70px;
          margin: 0 20px;
          color: #fff;
          transition: all 0.2s ease-in-out 0.01s;
          -webkit-transition: all 0.2s ease-in-out 0.01s;
          animation: comnav 0.3s linear 0.2s 1;
          -webkit-animation: comnav 0.3s linear 0.2s 1;
          animation-fill-mode: backwards;
          -webkit-animation-fill-mode: backwards; }
          .comhead nav li menu a:hover {
            color: #c8a063; }
          .comhead nav li menu a:nth-child(2) {
            animation-delay: 0.3s;
            -webkit-animation-delay: 0.3s; }
          .comhead nav li menu a:nth-child(3) {
            animation-delay: 0.4s;
            -webkit-animation-delay: 0.4s; }
          .comhead nav li menu a:nth-child(4) {
            animation-delay: 0.5s;
            -webkit-animation-delay: 0.5s; }
          .comhead nav li menu a:nth-child(5) {
            animation-delay: 0.6s;
            -webkit-animation-delay: 0.6s; }
          .comhead nav li menu a:nth-child(6) {
            animation-delay: 0.7s;
            -webkit-animation-delay: 0.7s; }
          .comhead nav li menu a:nth-child(7) {
            animation-delay: 0.8s;
            -webkit-animation-delay: 0.8s; }
          .comhead nav li menu a:nth-child(8) {
            animation-delay: 0.9s;
            -webkit-animation-delay: 0.9s; }
      .comhead nav li.sel {
        background: url("../images/nav.png") no-repeat center center; }
        .comhead nav li.sel .a1 {
          color: #c8a063; }
      .comhead nav li:last-child menu {
        left: auto;
        right: 0;
        margin: 0;
        text-align: right; }
  .comhead .navbg {
    width: 100%;
    height: 70px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 90px;
    background: #333;
    display: none; }

.comfoot {
  padding: 40px 0 20px;
  width: 100%;
  color: #9e9697;
  overflow: hidden;
  border-top: 3px solid #c8a063; }
  .comfoot .main {
    padding: 10px 0 0 340px;
    width: 860px;
    min-height: 150px;
    background: url("../images/botlogo.png") no-repeat 20px top;
    overflow: hidden; }
  .comfoot .p1 {
    width: 100%;
    margin-bottom: 35px;
    font-size: 12px; }
  .comfoot .box {
    float: left;
    width: 65px;
    text-align: center;
    margin-right: 55px;
    white-space: nowrap; }
    .comfoot .box .a1 {
      font-size: 16px;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s; }
    .comfoot .box p {
      margin-top: 12px; }
      .comfoot .box p a {
        color: #9e9697;
        transition: all 0.2s ease-in-out 0.01s;
        -webkit-transition: all 0.2s ease-in-out 0.01s; }
        .comfoot .box p a:hover {
          color: #c8a063; }
    .comfoot .box:nth-child(7) {
      margin: 0; }
  .comfoot .p2 {
    margin-top: 5px;
    font-size: 12px; }
    .comfoot .p2 a {
      color: #9e9697; }

.error404 {
  width: 100%;
  text-align: center;
  padding-top: 150px; }
  .error404 h2 {
    line-height: 30px;
    font-size: 28px;
    color: #333;
    margin: 70px 0 40px; }
  .error404 a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 40px;
    height: 40px;
    border: 1px solid #c8a063;
    font-size: 18px;
    width: 140px;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s; }
    .error404 a.a1 {
      color: #c8a063;
      margin-right: 20px; }
    .error404 a.a2 {
      background: #c8a063;
      color: #fff; }
    .error404 a:hover {
      background: #bd1919;
      color: #fff; }

.comheadbg {
  width: 100%;
  height: 131px;
  clear: both; }

.indexbanner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 800px; }
  .indexbanner menu {
    height: 100%; }
    .indexbanner menu a {
      display: block;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      margin: 0 auto;
      background-size: auto 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .indexbanner #indexnum {
    display: none; }
  .indexbanner .main {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    width: 1200px; }
    .indexbanner .main b {
      position: absolute;
      top: 0;
      z-index: 5;
      width: 45px;
      height: 60px;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s;
      background: url("../images/darkbg.png") repeat; }
      .indexbanner .main b span {
        display: block;
        width: 100%;
        height: 100%; }
      .indexbanner .main b#bannerlast {
        left: -50px; }
        .indexbanner .main b#bannerlast span {
          background: url("../images/page01.png") no-repeat center center; }
      .indexbanner .main b#bannernext {
        right: -50px; }
        .indexbanner .main b#bannernext span {
          background: url("../images/page02.png") no-repeat center center; }

.indexpart01 {
  width: 100%;
  height: 540px;
  background: url("../images/bg/bg01.png") no-repeat center center;
  background-size: auto 100%; }
  .indexpart01 .main {
    overflow: hidden;
    padding-top: 70px; }
    .indexpart01 .main .box01 {
      float: left;
      width: 550px;
      line-height: 24px; }
      .indexpart01 .main .box01 h2 {
        line-height: 40px;
        font-size: 30px;
        font-weight: bold;
        color: #c8a063;
        margin-bottom: 20px; }
      .indexpart01 .main .box01 a {
        display: block;
        width: 120px;
        text-align: center;
        line-height: 35px;
        height: 35px;
        background: #fff;
        border-radius: 18px;
        transition: all 0.2s ease-in-out 0.01s;
        -webkit-transition: all 0.2s ease-in-out 0.01s;
        box-shadow: 1px 1px 10px #dbd5cc;
        margin: 25px 0 10px 0px; }
        .indexpart01 .main .box01 a span {
          display: inline-block;
          *display: inline;
          *zoom: 1;
          padding-right: 15px;
          background: url("../images/more.png") no-repeat right center; }
        .indexpart01 .main .box01 a:hover {
          color: #c8a063; }
    .indexpart01 .main .box02 {
      float: right;
      width: 555px;
      height: 310px;
      border: 3px solid #c8a063;
      top: 30px; }
      .indexpart01 .main .box02 img {
        display: block; }
      .indexpart01 .main .box02 i {
        width: 70px;
        height: 70px;
        background: url("../images/video.png") no-repeat center center;
        position: absolute;
        left: 50%;
        margin-left: -35px;
        top: 135px;
        z-index: 3;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s; }
      .indexpart01 .main .box02:hover i {
        transform: rotate(1turn); }

.indexpart02 {
  width: 100%;
  height: 700px;
  background: url("../images/bg/bg02.png") no-repeat center center;
  background-size: auto 100%; }
  .indexpart02 section {
    width: 110%;
    overflow: hidden;
    padding-top: 150px; }
    .indexpart02 section a {
      float: left;
      width: 380px;
      background: #fff;
      text-align: center;
      line-height: 30px;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s;
      font-size: 16px;
      margin-right: 30px; }
      .indexpart02 section a i {
        display: block;
        width: 380px;
        height: 250px;
        overflow: hidden; }
        .indexpart02 section a i img {
          display: block;
          transition: all 1s ease-in-out 0.01s;
          -webkit-transition: all 1s ease-in-out 0.01s; }
      .indexpart02 section a b {
        font-size: 24px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 25px 20px; }
      .indexpart02 section a p {
        height: 60px;
        overflow: hidden;
        margin: 0 20px 30px; }
      .indexpart02 section a:hover {
        background: #bd1919;
        color: #fff; }
        .indexpart02 section a:hover img {
          transform: scale(1.05);
          -webkit-transform: scale(1.05); }

.indexpart03 {
  width: 100%;
  background: #f3efe9;
  padding: 90px 0 60px;
  overflow: hidden; }

.indexnews {
  width: 600px;
  overflow: hidden;
  position: relative;
  height: 400px;
  float: left; }
  .indexnews menu {
    height: 100%; }
    .indexnews menu a {
      display: block;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      margin: 0 auto;
      background-size: auto 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .indexnews menu a p {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 60px;
        width: 370px;
        padding: 0 50px 0 80px;
        background: url("../images/darkbg.png") repeat;
        color: #fff;
        font-size: 18px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 60px; }
        .indexnews menu a p b {
          position: absolute;
          left: 15px;
          top: 0px;
          right: auto;
          bottom: auto; }
  .indexnews #newsnum {
    display: none; }
  .indexnews .main {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    overflow: hidden;
    z-index: 5;
    height: 60px; }
    .indexnews .main b {
      float: left;
      width: 50%;
      height: 60px;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s;
      background: #bd1919; }
      .indexnews .main b span {
        display: block;
        width: 100%;
        height: 100%; }
      .indexnews .main b#newslast {
        left: -50px; }
        .indexnews .main b#newslast span {
          background: url("../images/page01.png") no-repeat center center; }
      .indexnews .main b#newsnext {
        right: -50px; }
        .indexnews .main b#newsnext span {
          background: url("../images/page02.png") no-repeat center center; }
      .indexnews .main b:hover {
        background: #c8a063; }

.indexhot {
  width: 580px;
  float: right; }
  .indexhot a {
    display: block;
    height: 120px;
    overflow: hidden;
    background: #fff;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s;
    line-height: 25px;
    padding: 0 20px 0 90px;
    margin-bottom: 20px; }
    .indexhot a .p1 {
      position: absolute;
      left: 15px;
      top: 15px;
      right: auto;
      bottom: auto; }
      .indexhot a .p1 b {
        font-size: 18px;
        display: block; }
    .indexhot a .p2 {
      padding: 15px 0 15px 0;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 18px; }
    .indexhot a .p3 {
      height: 50px;
      overflow: hidden; }
    .indexhot a:hover, .indexhot a.sel {
      background: #c8a063;
      color: #fff; }

.brandbox {
  width: 1225px; }
  .brandbox a {
    float: left;
    width: 221px;
    height: 280px;
    background: #fff;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s;
    text-align: center;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 1px 1px 10px #ede5d9;
    margin-right: 23px; }
    .brandbox a i {
      display: block;
      width: 100%;
      height: 160px;
      background: url("../images/brand02.png") no-repeat center center; }
    .brandbox a:nth-child(2) i {
      background-image: url("../images/brand03.png"); }
    .brandbox a:nth-child(3) i {
      background-image: url("../images/brand04.png"); }
    .brandbox a:nth-child(4) i {
      background-image: url("../images/brand05.png"); }
    .brandbox a:nth-child(5) i {
      background-image: url("../images/brand06.png"); }
    .brandbox a b {
      font-size: 18px;
      font-weight: 400; }
    .brandbox a p {
      color: #999;
      padding-top: 15px;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s; }
    .brandbox a:hover, .brandbox a.sel {
      color: #fff;
      background: url("../images/brand01.png") no-repeat center center; }
      .brandbox a:hover p, .brandbox a.sel p {
        color: #fff; }
      .brandbox a:hover:nth-child(1) i, .brandbox a.sel:nth-child(1) i {
        background-image: url("../images/brand02-1.png"); }
      .brandbox a:hover:nth-child(2) i, .brandbox a.sel:nth-child(2) i {
        background-image: url("../images/brand03-1.png"); }
      .brandbox a:hover:nth-child(3) i, .brandbox a.sel:nth-child(3) i {
        background-image: url("../images/brand04-1.png"); }
      .brandbox a:hover:nth-child(4) i, .brandbox a.sel:nth-child(4) i {
        background-image: url("../images/brand05-1.png"); }
      .brandbox a:hover:nth-child(5) i, .brandbox a.sel:nth-child(5) i {
        background-image: url("../images/brand06-1.png"); }

.conbg {
  background: url("../images/bg/bg03.jpg") no-repeat center 130px; }

.tabbox {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 170px;
  background: #fff;
  overflow: hidden; }
  .tabbox .tit {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 50px 0;
    line-height: 35px; }
  .tabbox .tit01 {
    margin: 20px 50px 10px;
    color: #999;
    font-size: 18px; }
    .tabbox .tit01 span {
      display: block;
      font-size: 14px; }
  .tabbox .box {
    margin: 0 50px 10px;
    overflow: hidden;
    padding-left: 220px;
    min-height: 50px; }
    .tabbox .box .sp1 {
      position: absolute;
      left: 0;
      top: 0;
      line-height: 50px;
      text-align: right;
      width: 200px;
      font-size: 18px; }
      .tabbox .box .sp1 b {
        color: #bd1919; }
    .tabbox .box .sp2 {
      display: block;
      color: #999;
      top: -25px;
      font-size: 14px; }
    .tabbox .box .sp3 {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 18px;
      color: #999; }
    .tabbox .box .text {
      background: #f5f5f5;
      border: 1px solid #eee;
      line-height: 48px;
      height: 48px;
      width: 460px;
      padding: 0 10px;
      border-radius: 3px;
      font-size: 18px; }
    .tabbox .box .text01 {
      width: 680px; }
    .tabbox .box .img {
      float: left;
      width: 180px;
      height: 180px;
      overflow: hidden;
      margin: 10px 20px 0 0; }
      .tabbox .box .img img {
        display: block;
        width: 100%;
        height: 100%; }
      .tabbox .box .img p {
        position: absolute;
        left: 0;
        bottom: 0;
        background: url("../images/darkbg.png") repeat;
        text-align: center;
        overflow: hidden;
        width: 100%;
        line-height: 30px;
        height: 30px; }
        .tabbox .box .img p a {
          color: #fff;
          width: 50%;
          float: left; }
          .tabbox .box .img p a:hover {
            color: #c8a063; }
    .tabbox .box .a1 {
      display: block;
      width: 100%;
      height: 100%;
      background: #7ecdf4;
      color: #fff;
      text-align: center;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s; }
      .tabbox .box .a1 b {
        display: block;
        font-size: 80px;
        line-height: 50px;
        padding: 50px 0 15px;
        font-weight: 200; }
      .tabbox .box .a1:hover {
        background: #c8a063; }
    .tabbox .box .radio {
      overflow: hidden;
      font-size: 18px;
      line-height: 50px; }
      .tabbox .box .radio label {
        margin: 0 80px 0 10px; }
    .tabbox .box .sub {
      border: none;
      background: #c8a063;
      color: #fff;
      font-family: "微软雅黑";
      font-size: 18px;
      line-height: 50px;
      height: 50px;
      width: 480px;
      cursor: pointer;
      text-align: center;
      -webkit-appearance: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-tap-highlight-color: transparent;
      /* For some Androids */
      border-radius: 3px;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s; }
      .tabbox .box .sub:hover {
        background: #bd1919; }
    .tabbox .box textarea {
      background: #f5f5f5;
      border: 1px solid #eee;
      line-height: 25px;
      height: 100px;
      width: 680px;
      padding: 12px 10px;
      border-radius: 3px;
      font-size: 18px; }
    .tabbox .box .down {
      background: #f5f5f5 url("../images/down.png") no-repeat 450px center;
      border: 1px solid #eee;
      line-height: 48px;
      height: 48px;
      width: 420px;
      padding: 0 50px 0 10px;
      border-radius: 3px;
      font-size: 18px; }
    .tabbox .box select {
      border: 1px solid #eee;
      line-height: 50px;
      height: 50px;
      width: 480px;
      padding: 0 0 0 10px;
      border-radius: 3px;
      font-size: 18px;
      background: #f5f5f5; }

.contop {
  width: 100%;
  height: 360px;
  background: url("../images/photos/conbanner.png") no-repeat center center;
  color: #fff;
  line-height: 40px;
  font-size: 18px; }
  .contop h2 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    padding-top: 180px; }
  .contop p {
    width: 1200px;
    margin-left: auto;
    margin-right: auto; }

.connow {
  width: 100%;
  background: url("../images/conbg.png") repeat;
  color: #fff;
  position: absolute;
  left: 0;
  top: -60px; }
  .connow .main {
    overflow: hidden;
    height: 60px;
    line-height: 60px; }
  .connow .a1 {
    float: left;
    font-size: 18px;
    padding: 0 25px;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s;
    color: #fff;
    margin-right: 5px; }
    .connow .a1:hover {
      background: #fff;
      color: #c8a063; }
      .connow .a1:hover:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 4px;
        background: #c8a063; }
  .connow .a1sel {
    background: #fff;
    color: #c8a063; }
    .connow .a1sel:after {
      content: '';
      position: absolute;
      left: 0px;
      top: 0px;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 4px;
      background: #c8a063; }
  .connow p {
    float: right;
    padding-left: 18px;
    background: url("../images/now.png") no-repeat left center;
    color: #fff; }
    .connow p a {
      color: #fff; }

.storybox {
  width: 100%;
  overflow: hidden;
  background: url("../images/bg/about02.jpg") no-repeat center bottom;
  height: 553px; }
  .storybox .banner05 {
    position: absolute;
    left: 0;
    bottom: 0; }
    .storybox .banner05 .box01 ul li {
      height: 560px; }
      .storybox .banner05 .box01 ul li b {
        position: absolute;
        padding-left: 35px;
        left: 0;
        bottom: 0;
        line-height: 80px;
        font-size: 36px;
        color: #c8a063; }
      .storybox .banner05 .box01 ul li div {
        position: absolute;
        padding: 0 25px 80px 25px;
        left: 0;
        bottom: 0;
        color: #fff;
        border-left: 1px solid #fff;
        line-height: 24px;
        margin-left: 10px; }
        .storybox .banner05 .box01 ul li div:after {
          content: '';
          position: absolute;
          width: 13px;
          height: 13px;
          left: -6px;
          top: -13px;
          background: url("../images/storynav.png") no-repeat center center; }
    .storybox .banner05 .box02 {
      top: auto;
      bottom: 100px; }
      .storybox .banner05 .box02 p {
        width: 50px;
        height: 50px;
        background: url("../images/darkbg.png") repeat;
        border-radius: 50%;
        overflow: hidden;
        left: 50%; }
      .storybox .banner05 .box02 .btn01 {
        margin-left: -660px; }
        .storybox .banner05 .box02 .btn01 span {
          background-image: url("../images/page03.png"); }
      .storybox .banner05 .box02 .btn02 {
        margin-left: 610px; }
        .storybox .banner05 .box02 .btn02 span {
          background-image: url("../images/page04.png"); }

.conchoose {
  overflow: hidden;
  padding-left: 140px;
  width: 1060px;
  line-height: 40px;
  font-size: 16px;
  margin: 0 auto; }
  .conchoose .tit {
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    padding: 0 25px;
    color: #fff;
    font-weight: bold;
    background: #c8a063; }
    .conchoose .tit:after {
      content: '';
      position: absolute;
      right: -10px;
      top: 0;
      height: 40px;
      width: 10px;
      background: url("../images/contit.png") no-repeat center center; }
  .conchoose a {
    float: left;
    padding: 0 5px;
    margin: 0 40px 0 0;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s; }
    .conchoose a:hover, .conchoose a.sel {
      color: #c8a063; }
      .conchoose a:hover:after, .conchoose a.sel:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background: #c8a063; }

.prolist {
  width: 110%;
  overflow: hidden; }
  .prolist a {
    float: left;
    width: 373px;
    margin: 0 40px 50px 0; }
    .prolist a i {
      display: block;
      width: 373px;
      height: 373px;
      border: 1px solid #eee;
      background: #f5f5f5 url("../images/photos/img03.png") no-repeat center center;
      background-size: contain; }
    .prolist a .p1 {
      margin: 15px 0;
      padding-left: 25px;
      font-size: 18px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      background: url("../images/list.png") no-repeat left center; }
    .prolist a .p2 {
      line-height: 25px;
      color: #999;
      height: 75px;
      overflow: hidden; }
      .prolist a .p2 b {
        color: #c8a063; }

.pagebox {
  text-align: center;
  line-height: 30px; }
  .pagebox span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 3px; }
  .pagebox a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 3px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 12px;
    color: #999;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s; }
    .pagebox a:hover, .pagebox a.sel {
      background: #bd1919;
      border-color: #bd1919;
      color: #fff; }

.protop {
  width: 100%;
  height: 480px;
  background: url("../images/bg/probg.png") no-repeat center center; }
  .protop i {
    float: left;
    width: 400px;
    height: 480px;
    background: url("../images/photos/img03.png") no-repeat left center;
    background-size: contain; }
  .protop section {
    float: right;
    line-height: 25px;
    font-size: 18px;
    width: 600px;
    padding-top: 120px; }
    .protop section h2 {
      line-height: 40px;
      font-size: 30px;
      color: #333;
      margin-bottom: 40px; }

.protit {
  width: 100%;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  line-height: 40px;
  padding: 40px 0;
  color: #333; }
  .protit b {
    font-size: 24px;
    float: left; }
  .protit .sharebtn {
    float: right;
    width: 40px;
    height: 40px;
    background: url("../images/share.png") no-repeat center center; }
  .protit:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    background: #bd1919; }

.propage {
  overflow: hidden;
  font-size: 16px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .propage .a1 {
    line-height: 80px;
    height: 80px;
    background: #f5f5f5;
    padding: 0 20px;
    width: 500px;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .propage .a1:hover {
      color: #fff;
      background: #c8a063; }
  .propage .a2 {
    width: 78px;
    height: 58px;
    border: 1px solid #c8a063;
    color: #c8a063;
    float: left;
    margin-left: 20px;
    text-align: center;
    padding-top: 20px;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s; }
    .propage .a2:hover {
      background: #c8a063;
      color: #fff; }

.mapbox {
  width: 1458px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 100%; }
  .mapbox .tit {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -600px;
    line-height: 100px;
    background: #bd1919;
    color: #fff;
    text-align: center;
    z-index: 5;
    width: 1200px;
    font-size: 18px; }

.worktit {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  line-height: 60px;
  background: #c8a063;
  color: #fff;
  font-size: 16px; }
  .worktit p {
    float: left; }
    .worktit p.p1 {
      padding-left: 50px;
      width: 150px; }
    .worktit p.p2 {
      width: 400px;
      text-align: center; }
    .worktit p.p3 {
      width: 400px;
      text-align: center; }
    .worktit p.p4 {
      width: 150px;
      text-align: center;
      float: right;
      margin-right: 50px; }

.worklist {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  font-size: 16px;
  border: 1px solid #eee;
  margin-top: 10px; }
  .worklist .tit {
    line-height: 60px;
    background: #eee;
    overflow: hidden; }
    .worklist .tit span {
      float: left; }
      .worklist .tit span.p1 {
        padding-left: 50px;
        width: 150px; }
      .worklist .tit span.p2 {
        width: 400px;
        text-align: center; }
      .worklist .tit span.p3 {
        width: 400px;
        text-align: center; }
      .worklist .tit span.p4 {
        width: 150px;
        text-align: center;
        float: right;
        margin-right: 50px; }
  .worklist .box {
    padding: 25px 50px;
    overflow: hidden;
    line-height: 25px;
    display: none; }

.worklist_sel .tit span.p4 {
  background-image: url("../images/show02.png"); }
.worklist_sel .box {
  display: block; }

.honorlist {
  width: 1230px; }
  .honorlist a {
    float: left;
    width: 280px;
    margin: 0 27px 40px 0;
    background: #fff;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s; }
    .honorlist a i {
      display: block;
      width: 280px;
      height: 210px;
      background: url("../images/photos/img03.png") no-repeat center center;
      background-size: contain; }
    .honorlist a .p1 {
      margin: 25px 15px;
      padding-left: 25px;
      font-size: 18px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      background: url("../images/list.png") no-repeat left center; }
    .honorlist a:hover {
      box-shadow: 1px 1px 10px #ccc; }

.essaybox {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  line-height: 30px; }
  .essaybox section {
    padding: 0 100px 15px 0;
    border-bottom: 1px solid #eee; }
    .essaybox section h2 {
      font-size: 24px;
      margin-bottom: 5px; }
    .essaybox section .sharebtn {
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      height: 50px;
      background: url("../images/share.png") no-repeat center center; }
    .essaybox section:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 50px;
      height: 3px;
      background: #bd1919; }
  .essaybox .box {
    width: 100%;
    overflow: hidden;
    padding: 40px 0 60px; }

.newslist {
  width: 100%;
  overflow: hidden;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s; }
  .newslist .box {
    padding: 20px 300px 20px 110px;
    overflow: hidden;
    margin: 0 auto;
    width: 790px;
    height: 160px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s; }
    .newslist .box .p1 {
      position: absolute;
      left: 0;
      top: 30px;
      font-size: 12px; }
      .newslist .box .p1 span {
        display: block;
        font-size: 18px; }
    .newslist .box .p2 {
      display: block;
      font-size: 18px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      margin-top: 10px;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s; }
    .newslist .box .p3 {
      margin-top: 20px;
      color: #999;
      height: 60px;
      overflow: hidden;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s; }
    .newslist .box .p4 {
      position: absolute;
      right: 0;
      top: 20px;
      background: url("../images/photos/img04.jpg") no-repeat center center;
      background-size: cover;
      width: 240px;
      height: 160px; }
  .newslist:hover {
    background: #c8a063;
    color: #fff; }
    .newslist:hover .box {
      border-color: #c8a063; }
      .newslist:hover .box .p2 {
        color: #fff; }
      .newslist:hover .box .p3 {
        color: #fff; }

.onlist {
  display: block;
  margin: 0 auto 10px;
  background: #f5f5f5;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  width: 1200px;
  font-size: 16px;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s; }
  .onlist span {
    float: right;
    margin-right: 60px;
    color: #999; }
  .onlist p {
    float: left;
    padding-left: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 900px;
    background: url("../images/list.png") no-repeat 20px center; }
  .onlist:hover {
    background: #c8a063;
    color: #fff; }
    .onlist:hover span {
      color: #fff; }

.abouttop {
  width: 100%;
  height: 500px;
  background: url("../images/bg/about01.jpg") no-repeat center center;
  background-size: cover; }
  .abouttop p {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: url("../images/about01.png") no-repeat center center;
    cursor: pointer;
    animation: adcartoon01 1s linear 0s infinite;
    -webkit-animation: adcartoon01 1s linear 0s infinite;
    animation-fill-mode: backwards;
    -webkit-animation-fill-mode: backwards; }

.aboutmore {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/about02.png") no-repeat center center;
  margin: 30px auto;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s; }
  .aboutmore:hover {
    background-image: url("../images/about03.png"); }

.aboutstory {
  width: 100%;
  overflow: hidden;
  background: url("../images/bg/about02.jpg") no-repeat center bottom;
  height: 560px; }
  .aboutstory .tit {
    position: absolute;
    left: 0;
    top: 60px;
    font-size: 30px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
    line-height: 40px; }
  .aboutstory .more {
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/about03.png") no-repeat center center;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 130px;
    z-index: 10; }
  .aboutstory .banner05 {
    position: absolute;
    left: 0;
    bottom: 0; }
    .aboutstory .banner05 .box01 ul li {
      height: 560px; }
      .aboutstory .banner05 .box01 ul li b {
        position: absolute;
        padding-left: 35px;
        left: 0;
        bottom: 0;
        line-height: 80px;
        font-size: 36px;
        color: #c8a063; }
      .aboutstory .banner05 .box01 ul li div {
        position: absolute;
        padding: 0 25px 80px 25px;
        left: 0;
        bottom: 0;
        color: #fff;
        border-left: 1px solid #fff;
        line-height: 24px;
        margin-left: 10px; }
        .aboutstory .banner05 .box01 ul li div:after {
          content: '';
          position: absolute;
          width: 13px;
          height: 13px;
          left: -6px;
          top: -13px;
          background: url("../images/storynav.png") no-repeat center center; }
    .aboutstory .banner05 .box02 {
      top: 110px; }
      .aboutstory .banner05 .box02 p {
        width: 40px;
        height: 40px;
        background: url("../images/darkbg.png") repeat;
        border-radius: 50%;
        overflow: hidden;
        left: 50%; }
      .aboutstory .banner05 .box02 .btn01 {
        margin-left: -90px; }
        .aboutstory .banner05 .box02 .btn01 span {
          background-image: url("../images/page03.png"); }
      .aboutstory .banner05 .box02 .btn02 {
        margin-left: 50px; }
        .aboutstory .banner05 .box02 .btn02 span {
          background-image: url("../images/page04.png"); }

.abouthonor {
  width: 100%;
  overflow: hidden;
  background: url("../images/bg/about03.jpg") no-repeat center bottom;
  height: 637px; }
  .abouthonor .tit {
    position: absolute;
    left: 0;
    top: 60px;
    font-size: 30px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    line-height: 40px;
    color: #333; }
  .abouthonor .more {
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/about03.png") no-repeat center center;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 130px;
    z-index: 10; }
  .abouthonor .banner05 {
    position: absolute;
    left: 0;
    bottom: 85px; }
    .abouthonor .banner05 .box01 ul li {
      height: 270px; }
      .abouthonor .banner05 .box01 ul li a {
        display: block;
        width: 360px;
        height: 270px;
        background: #fff url("../images/photos/img04.jpg") no-repeat center center;
        background-size: contain; }
    .abouthonor .banner05 .box02 {
      top: -170px; }
      .abouthonor .banner05 .box02 p {
        width: 40px;
        height: 40px;
        background: url("../images/darkbg.png") repeat;
        border-radius: 50%;
        overflow: hidden;
        left: 50%; }
      .abouthonor .banner05 .box02 .btn01 {
        margin-left: -90px; }
        .abouthonor .banner05 .box02 .btn01 span {
          background-image: url("../images/page03.png"); }
      .abouthonor .banner05 .box02 .btn02 {
        margin-left: 50px; }
        .abouthonor .banner05 .box02 .btn02 span {
          background-image: url("../images/page04.png"); }

.winbox {
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: url("../images/darkbg.png") repeat;
  z-index: 99; }
  .winbox .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%; }
  .winbox .personwin {
    width: 800px;
    margin: 0 auto;
    top: 20%;
    background: #fff;
    overflow: hidden;
    border-radius: 20px; }
    .winbox .personwin .close {
      position: absolute;
      right: 20px;
      top: 20px;
      width: 25px;
      height: 25px;
      background: url("../images/close.png") no-repeat center center;
      cursor: pointer;
      z-index: 10; }
    .winbox .personwin h2 {
      text-align: center;
      font-size: 30px;
      line-height: 80px;
      border-bottom: 1px solid #eee; }
    .winbox .personwin menu {
      margin: 60px 0 50px;
      overflow: hidden;
      width: 100%;
      text-align: center; }
      .winbox .personwin menu a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 180px;
        text-align: center;
        height: 260px;
        border: 1px solid #eee;
        border-radius: 90px;
        font-size: 18px;
        margin: 0 35px;
        transition: all 0.2s ease-in-out 0.01s;
        -webkit-transition: all 0.2s ease-in-out 0.01s; }
        .winbox .personwin menu a i {
          display: block;
          height: 190px;
          background: url("../images/person01.png") no-repeat center 50px; }
        .winbox .personwin menu a:hover, .winbox .personwin menu a.sel {
          background: #bd1919;
          color: #fff; }
    .winbox .personwin .more {
      display: block;
      width: 180px;
      line-height: 40px;
      height: 40px;
      text-align: center;
      font-size: 18px;
      color: #c8a063;
      border: 1px solid #c8a063;
      border-radius: 3px;
      margin: 0 auto 40px;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s; }
      .winbox .personwin .more:hover {
        color: #fff;
        background: #c8a063; }

.briefbox {
  width: 110%;
  overflow: hidden;
  padding-top: 80px; }
  .briefbox li {
    float: left;
    width: 180px;
    margin-right: 23px;
    color: #777;
    font-size: 14px;
    line-height: 25px; }
    .briefbox li img {
      display: block;
      margin: 0 auto; }
    .briefbox li b {
      display: block;
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      line-height: 60px;
      position: relative;
      width: 100%;
      color: #333;
      margin-bottom: 30px; }
      .briefbox li b:after {
        content: '';
        width: 30px;
        position: absolute;
        left: 50%;
        bottom: 0;
        height: 4px;
        background: #333;
        margin-left: -15px; }

.choosebtn {
  z-index: 10;
  position: absolute;
  left: 50px;
  top: 0; }

/*# sourceMappingURL=style.css.map */
